home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / PolicyKit / policy / org.freedesktop.hal.dockstation.policy < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-05  |  528 b   |  19 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE policyconfig PUBLIC
  3.  "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
  4.  "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
  5.  
  6. <policyconfig>
  7.  
  8.  <action id="org.freedesktop.hal.dockstation.undock">
  9.     <description>Undock a docking station</description>
  10.     <message>System policy prevents undocking</message>
  11.     <defaults>
  12.       <allow_inactive>no</allow_inactive>
  13.       <allow_active>yes</allow_active>
  14.     </defaults>
  15.   </action>
  16.  
  17. </policyconfig>
  18.  
  19.